home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG PD-ROM BV3
/
BMUG PD-ROM Version BV3 (CDRM1097900).iso
/
HyperCard
/
Utility
/
StoryBoarder 2.01
/
background_3660.txt
< prev
next >
Wrap
Text File
|
1990-02-25
|
2KB
|
111 lines
-- background: 3660 from stack: in.01
-- bmap block id: 4142
-- flags: 4000
-- background id: 0
-- name:
-- part 2 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=295 top=266 right=291 bottom=322
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
if the visible of cd field "theHelp" then
lock screen
hide cd field "theHelp"
unlock screen with iris close
end if
visual dissolve to black
visual dissolve
go first cd of bg "Boards"
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=103 top=266 right=291 bottom=130
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
lock screen
if the visible of card field "theHelp" then
hide card field "theHelp"
unlock screen with iris close
else
show card field "theHelp"
set the scroll of card field "theHelp" to 0
unlock screen with iris open
end if
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=196 top=266 right=291 bottom=223
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
answer "Save a copy of this stack?" with "OK" or "Cancel"
if it is "OK" then
doMenu "Save a Copy..."
end if
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=390 top=266 right=291 bottom=417
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
answer "What would you like to print?" with "Boards" or "Script" or "Cancel"
if it is not "Cancel" then
lock screen
go bg "Boards"
if it is "Boards" then
doMenu "Print Stack..."
else
doMenu "Print Report..."
end if
go card 1
unlock screen
end if
end mouseUp